FastBuildBTreeCollections

Boolean

false

Purpose

The FastBuildBTreeCollections parameter specifies whether the building or rebuilding of ObjectSet and MemberKeyDictionary collections is moved from the Relationship Maintenance phase to the Object Conversion phase.

Fast building of collections significantly reduces the elapsed time of large database reorganizations involving collection maintenance by using a faster extract/sort/build algorithm and by allowing the collection maintenance to be performed in parallel by multiple reorganization workers. However, additional disk space up to three times the total size of the collections being built or rebuilt is required for extract and sort files.

Fast building of collections is available only for non‑updating reorganizations. If you enable fast building of collections, updates are disallowed when you initiate the reorganization.

For details, see "Fast Building of Collections", in Chapter 14 of the JADE Developer’s Reference.